Skip to content

Conversation

@pbashyal-nmdp
Copy link
Contributor

When running without a login, os.getlogin() fails. Switch to using getuser() from getpass module.

Bump version: 1.0.3 → 1.0.4

Fixes #267

@pbashyal-nmdp pbashyal-nmdp added the bug Something isn't working label Sep 19, 2023
@pbashyal-nmdp pbashyal-nmdp self-assigned this Sep 19, 2023
@pbashyal-nmdp pbashyal-nmdp merged commit 93b706c into nmdp-bioinformatics:master Sep 19, 2023
pbashyal-nmdp added a commit to pbashyal-nmdp/py-ard that referenced this pull request Oct 3, 2023
* When running without a login, `os.getlogin()` fails. Switch to using `getuser()` from `getpass` module.

* Bump version: 1.0.3 → 1.0.4
pbashyal-nmdp added a commit to pbashyal-nmdp/py-ard that referenced this pull request Oct 17, 2023
* When running without a login, `os.getlogin()` fails. Switch to using `getuser()` from `getpass` module.

* Bump version: 1.0.3 → 1.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

os.getlogin() is problematic on machines with no logins

1 participant